home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 262_01.zip / READ.ME < prev    next >
Text File  |  1993-04-14  |  2KB  |  69 lines

  1. Gentlemen,
  2.  
  3. Please find enclosed the following articles with programs
  4. for your magazine.
  5.  
  6. .bf
  7. A General Purpose Symbol Table Function Library
  8.  
  9. This describes symbol table functions that I use in many of my
  10. programs.  I am aware that Allen Holub published a similar
  11. article in this February Dr. Dobbs Journel.  I have included it
  12. here because the debugger program uses these routines.  If you
  13. are interested in the debugger article but not this one we
  14. might alter the debugger program to use Holub's almost identical
  15. functions.
  16.  
  17. .bf
  18. Add a Source Debugger to Your C Compiler
  19.  
  20. This describes a source level debugger which can be used with many
  21. compilers that don't make special provisions for source level
  22. debugging.  It is useful tool in itself and illustrates how a
  23. debugger functions.  It uses the symbol table functions from article 1.
  24.  
  25. .bf
  26. Add an Execution Time Profiler to you System
  27.  
  28. This describes the implementation of an execution time profiler
  29. on a Z-80 type machine.  It is written almost entirely in C.
  30. Although it is pretty machine dependent it illustrates how
  31. this type of tool can be implemented on other machines.  It is
  32. also an extremely useful tool in its own right.
  33.  
  34. .bf
  35. Help for Those Really Long Dumb Menu Programs
  36.  
  37. This describes a table driven approach to generating programs that
  38. use menu type dialogues.  This reduces programming time for these
  39. types of jobs.  A laser printer setup program is used
  40. as an example.
  41.  
  42.  
  43. I have included a diskette with all the files used in creating
  44. these articles.  The diskette is in Osborne DSDD format.
  45. The text was formated using the fmt.com program from the small
  46. tools package:
  47.  
  48. .nf
  49.     fmt <a:debug.fmt [-t] [>lst:]
  50.     fmt <a:symtbl.fmt [-t] [>lst:]
  51.     fmt <a:profile.fmt [-t] [>lst:]
  52.     fmt <a:cmenu.fmt [-t] [>lst:]
  53. .fi
  54.  
  55. Use >lst: to send to the printer and use -t to display on the
  56. terminal.
  57.  
  58. Sincerely,
  59.  
  60.  
  61.  
  62. Robert Ramey
  63.  
  64. 
  65. .nf
  66.     fmt <a:debug.fmt [-t] [>lst:]
  67.     fmt <a:symtbl.fmt [-t] [>lst:]
  68.     fmt <a:profile.fmt [-t] [>lst:]
  69.     fm